home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / text / edwordv5.5 / keywordfiles / pascal.key < prev    next >
Text File  |  1996-05-20  |  2KB  |  102 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : Pascal.key                                       ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 3/5/94                                           ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the ISO Standard Pascal language.    ##
  9. ; ##  Keywords : This file contains 77 keywords                   ##
  10. ; ##   Used By : Any version of the text editor EdWord.           ##
  11. ; ##      Help : A description of the file format for creating    ##
  12. ; ##             your own Keyword Definition files and how to use ##
  13. ; ##             them is held in the EdWordHelp Program.          ##
  14. ; ##                                                              ##
  15. ; ##################################################################
  16. ;
  17.  
  18. DELIM_OPEN=',{,(*
  19. DELIM_CLOSE=',},*)
  20. INDENT_SYMBOL=Begin,Var,Const,Type
  21. UNINDENT_SYMBOL=End,End;,End.
  22. FUNC_MODE=PASCAL
  23.  
  24. Abs
  25. And
  26. ArcTan
  27. Array
  28. Begin
  29. Boolean
  30. Case
  31. Char
  32. Chr
  33. Const
  34. Cos
  35. Dispose
  36. Div
  37. Do
  38. DownTo
  39. Else
  40. End
  41. Eof
  42. Eoln
  43. Exp
  44. False
  45. File
  46. For
  47. Forward
  48. Function
  49. Get
  50. Goto
  51. If
  52. In
  53. Include
  54. Input
  55. Integer
  56. Label
  57. Ln
  58. MaxInt
  59. Mod
  60. New
  61. Nil
  62. Not
  63. Odd
  64. Of
  65. Or
  66. Ord
  67. Output
  68. Pack
  69. Packed
  70. Page
  71. Pred
  72. Procedure
  73. Program
  74. Put
  75. Read
  76. ReadLn
  77. Real
  78. Record
  79. Repeat
  80. Reset
  81. Rewrite
  82. Round
  83. Set
  84. Sin
  85. Sqr
  86. Sqrt
  87. Succ
  88. Text
  89. Then
  90. To
  91. True
  92. Trunc
  93. Type
  94. UnPack
  95. Until
  96. Var
  97. While
  98. With
  99. Write
  100. WriteLn
  101.  
  102.